home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CFlexiDataFile 1.1 / READ ME < prev   
Encoding:
Text File  |  1994-11-30  |  954 b   |  27 lines  |  [TEXT/R*ch]

  1. Name: CFlexiDataFile
  2. Version: 1.1
  3. Category: classes
  4. Contributor: Jamie McCarthy <k044477@kzoo.edu>
  5. Date: 92-11
  6. TCL-Version: 1.1.x
  7. TCL-Language: C
  8. Copyright: Copyright (C) 1992 by Jamie R. McCarthy. All rights reserved. 
  9.  
  10. A subclass of CDataFile which lets you pretend that a resource,
  11. a handle, or even just a section of RAM is a data fork.  This is
  12. mostly useful because of the abstraction--other classes don't have
  13. to know where the data is coming from.
  14.  
  15. The partial resource calls (except size-changes) work under
  16. system 6, because the code makes use of JPartialResources
  17. (not included).  You can, for example, read or write the middle
  18. ten bytes of a ten-meg resource, without loading any of it
  19. into RAM (except those ten bytes).
  20.  
  21. (c) Copyright 1992 by Jamie R. McCarthy.  All rights reserved.
  22. This code can be both distributed and used freely.
  23. Internet: k044477@kzoo.edu       AppleLink: j.mccarthy
  24.  
  25. (This file must be converted with BinHex 4.0)
  26.  
  27.